All Questions
2 questions
4votes
2answers
344views
Does my class violate the Single Responsibility Principle in SOLID?
I want to ask: Whether the Role class violates Single Responsibility Principle in SOLID ? I think deleteAccount() is not belong to Role class but Role class is way to extend code in the future There ...
5votes
1answer
894views
How to think about a schedule that pulls from a database as objects
I am working on a personal project using Python. I have been using version control to the best of my abilities and if you would like to check it out and run the app https://github.com/CodeAmend/old-...